Version

SyncableObservableCollection<T> Class

An observable collection that can sync with another.
Syntax
public class SyncableObservableCollection<T> : SyncableObservableCollection<T,T> 
Type Parameters
T
The type of objects stored inside the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also